home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / edit / dte5_1.zip / GLOBAL.H < prev    next >
Text File  |  1991-02-06  |  396b  |  15 lines

  1. /*
  2.  * Written by Douglas Thomson (1989/1990)
  3.  *
  4.  * This source code is released into the public domain.
  5.  */
  6.  
  7. /*
  8.  * See "common.h" for a description of these variables. (C requires global
  9.  *  variables to be declared "extern" in all modules except one. This file
  10.  *  is only included by the main "ed.c" module.)
  11.  */
  12. displays g_display;
  13. status_infos g_status;
  14. screen_lines *g_screen;
  15.